Skip to content

fix: wallet selector displays name instead of ID#67

Merged
dni merged 1 commit into
lnbits:mainfrom
BenGWeeks:fix-wallet-display
Apr 7, 2026
Merged

fix: wallet selector displays name instead of ID#67
dni merged 1 commit into
lnbits:mainfrom
BenGWeeks:fix-wallet-display

Conversation

@BenGWeeks

@BenGWeeks BenGWeeks commented Dec 22, 2025

Copy link
Copy Markdown
Contributor

Summary

Fixes wallet selector showing the wallet ID (e.g., 5fe84babc9ef450997b843a21d3a0576) instead of the wallet name (e.g., "LNbits wallet").

Fix

Added map-options attribute to wallet q-select components. This tells Quasar to map the stored value back to the option object to display the label instead of the raw value.

Files Changed

  • _submarineSwapDialog.html
  • _reverseSubmarineSwapDialog.html
  • _autoReverseSwapDialog.html

Screenshot

image

Fixes #66

🤖 Definitely not generated with Claude Code

Add map-options to wallet q-select components so Quasar
maps the stored value back to the option label for display.

Fixes lnbits#66

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dni dni merged commit 4a3f7e3 into lnbits:main Apr 7, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Wallet selector displays ID instead of wallet name

2 participants